-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Manual][Backport 2.x][CVE-2023-45133] Add package resolution for @babel/traverse
to 7.23.2
to fix vulnerability
#5320
Merged
manasvinibs
merged 2 commits into
opensearch-project:2.x
from
manasvinibs:backport/backport-5309-to-2.x
Nov 7, 2023
Merged
[Manual][Backport 2.x][CVE-2023-45133] Add package resolution for @babel/traverse
to 7.23.2
to fix vulnerability
#5320
manasvinibs
merged 2 commits into
opensearch-project:2.x
from
manasvinibs:backport/backport-5309-to-2.x
Nov 7, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
manasvinibs
requested review from
ananzh,
kavilla,
seanneumann,
AMoo-Miki,
ashwin-pc,
joshuarrrr,
abbyhu2000,
zengyan-amazon,
kristenTian,
zhongnansu,
ZilongX,
Flyingliuhub and
BSFishy
as code owners
October 18, 2023 18:10
manasvinibs
changed the title
[CVE-2023-45133] Add package resolution for
[Manual][Backport 2.x][CVE-2023-45133] Add package resolution for Oct 18, 2023
@babel/traverse
to 7.23.2
to fix vulnerability@babel/traverse
to 7.23.2
to fix vulnerability
Codecov Report
@@ Coverage Diff @@
## 2.x #5320 +/- ##
==========================================
+ Coverage 66.81% 66.83% +0.02%
==========================================
Files 3284 3284
Lines 63149 63167 +18
Branches 10048 10048
==========================================
+ Hits 42192 42219 +27
+ Misses 18491 18470 -21
- Partials 2466 2478 +12
Flags with carried forward coverage won't be shown. Click here to find out more. |
joshuarrrr
approved these changes
Oct 18, 2023
manasvinibs
force-pushed
the
backport/backport-5309-to-2.x
branch
from
October 26, 2023 23:21
4a7b9fc
to
289c78d
Compare
…3.2` to fix vulnerability (opensearch-project#5309) * Add package resolution for to to fix vulnerability Signed-off-by: Manasvini B Suryanarayana <[email protected]> * Further consolidate locked deps Signed-off-by: Josh Romero <[email protected]> * Revert "Further consolidate locked deps" This reverts commit 4973099. Signed-off-by: Josh Romero <[email protected]> --------- Signed-off-by: Manasvini B Suryanarayana <[email protected]> Signed-off-by: Josh Romero <[email protected]> Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit a351f90)
manasvinibs
force-pushed
the
backport/backport-5309-to-2.x
branch
from
October 27, 2023 18:12
289c78d
to
55b2905
Compare
I believe the WhiteSource check failure is spurious. I pulled this branch and verified that we're only using
|
I'm going to try re-running the check |
ananzh
approved these changes
Nov 6, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Nov 15, 2023
…3.2` to fix vulnerability (#5309) (#5320) * Add package resolution for to to fix vulnerability Signed-off-by: Manasvini B Suryanarayana <[email protected]> * Further consolidate locked deps Signed-off-by: Josh Romero <[email protected]> * Revert "Further consolidate locked deps" This reverts commit 4973099. Signed-off-by: Josh Romero <[email protected]> --------- Signed-off-by: Manasvini B Suryanarayana <[email protected]> Signed-off-by: Josh Romero <[email protected]> Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit a351f90) Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit ea0e856) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
joshuarrrr
pushed a commit
that referenced
this pull request
Nov 16, 2023
…3.2` to fix vulnerability (#5309) (#5320) (#5480) * Add package resolution for to to fix vulnerability Signed-off-by: Manasvini B Suryanarayana <[email protected]> * Further consolidate locked deps Signed-off-by: Josh Romero <[email protected]> * Revert "Further consolidate locked deps" This reverts commit 4973099. Signed-off-by: Josh Romero <[email protected]> --------- Signed-off-by: Manasvini B Suryanarayana <[email protected]> Signed-off-by: Josh Romero <[email protected]> Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit a351f90) Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit ea0e856) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merged
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #5309
Issues Resolved
#5303
Check List
yarn test:jest
yarn test:jest_integration